Skip to content

chore(deps): bump the github-actions-dependencies group across 2 directories with 7 updates#369

Merged
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-7008006a44
Oct 8, 2025
Merged

chore(deps): bump the github-actions-dependencies group across 2 directories with 7 updates#369
neilime merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-dependencies-7008006a44

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 8, 2025

Copy link
Copy Markdown
Contributor

Bumps the github-actions-dependencies group with 5 updates in the / directory:

Package From To
hoverkraft-tech/ci-github-publish 0.9.2 0.11.1
actions/first-interaction 3.0.0 3.1.0
github/codeql-action 3.30.5 4.30.7
actions/stale 10.0.0 10.1.0

Bumps the github-actions-dependencies group with 2 updates in the /actions/create-or-update-comment directory: peter-evans/find-comment and peter-evans/create-or-update-comment.

Updates hoverkraft-tech/ci-github-publish from 0.9.2 to 0.11.1

Release notes

Sourced from hoverkraft-tech/ci-github-publish's releases.

0.11.1

Release Summary

Fixes: check/url-ping now has a more robust retry strategy to better handle timeouts. Internal: documentation for Actions and workflows was refreshed.

Breaking change(s)

No breaking changes.

What's Changed

Full Changelog: hoverkraft-tech/ci-github-publish@0.11.0...0.11.1

0.11.0

Release Summary

Features: check/url-ping improves timeout management, clean-deploy adds a PR comment trigger, deploy-chart supports Docker build secrets, argocd deployments now handle application plus extra manifest files, and deploy-finish shows the Lighthouse report URL and summary in the job summary.

Internal: dependencies were bumped for ci-dokumentor and documentation for actions/workflows was refreshed.

Breaking change(s)

No breaking changes identified in these pull requests.

What's Changed

New Contributors

Full Changelog: hoverkraft-tech/ci-github-publish@0.10.1...0.11.0

0.10.1

... (truncated)

Commits
  • 4048825 docs: update actions and workflows documentation
  • 8984f3d fix(check/url-ping): improve retry strategy regarding timeout
  • 6309c4a docs: update actions and workflows documentation
  • 00506f3 feat(deploy-finish): display lighthouse report url in summary
  • d229086 docs: update actions and workflows documentation
  • c1f8e12 feat(argocd): deployment handle application and extra manifest files
  • d604f9f docs: update actions and workflows documentation
  • a1320d3 feat(deploy-chart): supports secrets for docker build
  • 9c24c10 docs: update actions and workflows documentation
  • 6440227 feat(clean-deploy): support comment trigger
  • Additional commits viewable in compare view

Updates actions/first-interaction from 3.0.0 to 3.1.0

Release notes

Sourced from actions/first-interaction's releases.

v3.1.0

What's Changed

Full Changelog: actions/first-interaction@v3.0...v3.1.0

Commits
  • 1c46889 Merge pull request #363 from actions/dependabot/npm_and_yarn/npm-development-...
  • 76a99dd Disable checks for dist
  • 2ead13c Bump the npm-development group across 1 directory with 10 updates
  • 2e8e200 Merge pull request #361 from actions/dependabot/npm_and_yarn/rollup/rollup-li...
  • df55979 Merge pull request #357 from actions/dependabot/npm_and_yarn/octokit/types-15...
  • c056c18 Bump @​rollup/rollup-linux-x64-gnu from 4.50.2 to 4.52.3
  • dac371d Bump @​octokit/types from 14.1.0 to 15.0.0
  • 33689d3 Merge pull request #354 from actions/ncalteen/event
  • 8e69b57 Merge branch 'main' into ncalteen/event
  • 69c5373 Merge pull request #351 from actions/dependabot/npm_and_yarn/github/local-act...
  • Additional commits viewable in compare view

Updates github/codeql-action from 3.30.5 to 4.30.7

Release notes

Sourced from github/codeql-action's releases.

v4.30.7

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.30.7 - 06 Oct 2025

  • [v4+ only] The CodeQL Action now runs on Node.js v24. #3169

See the full CHANGELOG.md for more information.

v3.30.7

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.7 - 06 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.6

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

See the full CHANGELOG.md for more information.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.30.7 - 06 Oct 2025

  • [v4+ only] The CodeQL Action now runs on Node.js v24. #3169

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160

3.30.4 - 25 Sep 2025

  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #3099 and #3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130
  • Update default CodeQL bundle version to 2.23.1. #3118

3.30.3 - 10 Sep 2025

No user facing changes.

3.30.2 - 09 Sep 2025

  • Fixed a bug which could cause language autodetection to fail. #3084
  • Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #3064

3.30.1 - 05 Sep 2025

  • Update default CodeQL bundle version to 2.23.0. #3077

3.30.0 - 01 Sep 2025

  • Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054

3.29.11 - 21 Aug 2025

  • Update default CodeQL bundle version to 2.22.4. #3044

3.29.10 - 18 Aug 2025

... (truncated)

Commits
  • e296a93 Merge pull request #3183 from github/update-v4.30.7-55283843c
  • 93c1673 Update changelog for v4.30.7
  • 5528384 Merge pull request #3169 from github/mario-campos/node24
  • b66db86 Hoist CHANGELOG note back to "UNRELEASED" section.
  • b2e2232 Merge remote-tracking branch 'origin/main' into mario-campos/node24
  • 065c6cf Merge pull request #3174 from github/mbg/fix/start-proxy-matrix
  • 7fb8378 Re-throw exception in createStatusReportBase when in test mode
  • dddf033 Revert changes to build.mjs
  • 54ae8ba Simplify PR check by reverting changes to @types/node.
  • 65e9e64 Make matrix available to start-proxy action
  • Additional commits viewable in compare view

Updates actions/stale from 10.0.0 to 10.1.0

Release notes

Sourced from actions/stale's releases.

v10.1.0

What's Changed

New Contributors

Full Changelog: actions/stale@v10...v10.1.0

Commits

Updates peter-evans/find-comment from 3.1.0 to 4.0.0

Release notes

Sourced from peter-evans/find-comment's releases.

Find Comment v4.0.0

⚙️ Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.

What's Changed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 8, 2025
…ctories with 7 updates

Bumps the github-actions-dependencies group with 5 updates in the / directory:

---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-publish
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: actions/first-interaction
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: github/codeql-action
  dependency-version: 4.30.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: actions/stale
  dependency-version: 10.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: peter-evans/find-comment
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: peter-evans/create-or-update-comment
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-7008006a44 branch from 3ac0892 to e05be1d Compare October 8, 2025 21:40
@neilime neilime merged commit 02d4278 into main Oct 8, 2025
24 checks passed
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-7008006a44 branch October 8, 2025 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant